projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31fa1bd
)
(comint-input-autoexpand): Use `other' widget type.
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 08:50:14 +0000
(08:50 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 08:50:14 +0000
(08:50 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 370564617c90e37af258eb252cc3411d2d2b5bf0..01022a33c00066f1a150cd351d6563e221615f41 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-197,9
+197,9
@@
into the buffer's input ring. See also `comint-magic-space' and
This variable is buffer-local."
:type '(choice (const :tag "off" nil)
- (const :tag "on" t)
(const input)
- (const history))
+ (const history)
+ (other :tag "on" t))
:group 'comint)
(defcustom comint-input-ignoredups nil